xSQL Schema Compare SDK for SQL Server version 12
ProcedurePairBase<T> Constructor


Initializes a new instance of the ProcedurePairBase<T> class with the specified members and parent pair.
Syntax
'Declaration
 
Protected Function New( _
   ByVal A_0 As T, _
   ByVal A_1 As T, _
   ByVal A_2 As SqlDatabasePair _
)
protected ProcedurePairBase<T>( 
   T A_0,
   T A_1,
   SqlDatabasePair A_2
)
protected: ProcedurePairBase<T>( 
   T* A_0,
   T* A_1,
   SqlDatabasePair* A_2
)

Parameters

A_0
A_1
A_2
Exceptions
ExceptionDescription
System.ArgumentNullException

The leftEntity and rightEntity parameters are both null

or

The parentPair parameter is null

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProcedurePairBase<T> Class
ProcedurePairBase<T> Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback